Ow fork 7.3 update to apple-7.3.63#151
Merged
Merged
Conversation
Parse version_stamp and print if necessary(release-7.3)
* Consistency Check Urgent (Cherrypick from Release-7.1) (apple#11217) * cherry-pick-distributed-consistency-checker * code cleanup * refactor code, decouple consistencyCheckerUrgent and consistency checker * fix workload for consistencycheckurgent * add new consistencycheckurgent role type * fix CI * address comments * fix-consistencycheckurgent-large-read (apple#11229)
* Disable compaction compaction for newly added shard.
Fix bug in which private mutations were detected incorrectly
Added max range deletions before flush knob and some knob changes.
[release-7.3] Disable compaction compaction for newly added shard and fix block cache usage reporting.
The clear in status call can cause corruptions. To reproduce with clang build: seed: -f ./tests/slow/ApiCorrectnessSwitchover.toml -s 223736449 -b on commit: f8eca6a Apply the ./tests/slow/ApiCorrectnessSwitchover.toml file in this commit.
…11897) * improve-auditLocationMetadataPostCheck-coverage * address comments * nit
* Release notes for 7.3.58 and 7.3.59 * Address feedback
At commit: fff5439 with clang, seed -f ./tests/slow/SharedDefaultBackupCorrectness.toml -s 2189316179 -b on We found a corruption where the destination storage server can get the incorrect serverKeys mutations. Note this only happens when shard_encode_location_metadata is enabled. The reason is that one of the actors in the previous iteration encountered transaction_too_old error, and the transaction restarted. However, because the actors are not cancelled, these can still modify the next transaction that retried.
…en on configureStorageEngine. apple#11940
Documentation changes only.
oleg68
reviewed
Apr 16, 2025
oleg68
reviewed
Apr 16, 2025
| JAVA_OLDEST_PATH=$(get_oldest_java_path) | ||
|
|
||
| if [[ $(grep '^ID=debian$' /etc/os-release) ]]; then | ||
| sudo apt install -y libz-dev |
There was a problem hiding this comment.
It should be in a prepare- script, not in the build- one
oleg68
reviewed
Apr 16, 2025
|
|
||
| .. |package-rpm-clients| replace:: | ||
| foundationdb-clients-|release|\ -1.el8.x86_64.rpm | ||
| foundationdb-clients-|release|\ -1.el7.x86_64.rpm |
oleg68
reviewed
Apr 23, 2025
| image: foundationdb-build:7.3.0-1.ow.build | ||
| owner: owtech | ||
| image: foundationdb-build:7.3.0-2.ow.build | ||
| owner: ${GITHUB_REPOSITORY_OWNER@L} |
919f680 to
17e3408
Compare
oleg68
approved these changes
May 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update up to release version apple-7.3.63